Constructors


\begin{inset}{}
Returns a new pair whose car is {\it object1\/} and whose cdr is...
...ST 'B 'C)) &$\Longrightarrow$\ & (A B C)
\end{tabular} \end{codexenv}\end{inset}


\begin{inset}{}
Returns a new list of its arguments.
\begin{codexenv}
\begin{ta...
...
LIST &$\equiv$& (LAMBDA THINGS THINGS)
\end{tabular} \end{codexenv}\end{inset}


\begin{inset}{}
{\tt CONS*} is a generalized {\tt CONS}.
It returns a new, possi...
...$\equiv$& (CONS {\it object1 object2\/})
\end{tabular} \end{codexenv}\end{inset}


\begin{inset}{}
Makes a \lq\lq top-level'' copy of a list; that is, returns a new
lis...
...it list\/}) $\equiv$\ (MAP IDENTITY {\it list\/}) \\
\end{tabbing}}
\end{inset}